projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed53e4d
)
zynq-common: Define CONFIG_ENV_OVERWRITE
author
Jagannadha Sutradharudu Teki
<
[email protected]
>
Wed, 8 Jan 2014 20:18:25 +0000
(
01:48
+0530)
committer
Albert ARIBAUD
<
[email protected]
>
Fri, 10 Jan 2014 14:18:33 +0000
(15:18 +0100)
Defined CONFIG_ENV_OVERWRITE, which allow to
overwrite serial baudrate and ethaddr.
Signed-off-by: Jagannadha Sutradharudu Teki <
[email protected]
>
include/configs/zynq-common.h
patch
|
blob
|
history
diff --git
a/include/configs/zynq-common.h
b/include/configs/zynq-common.h
index 568c49f4c77829083e44b027521c30557a70958f..184d4ba820b37bb967d2013b31dd39714acbf3d7 100644
(file)
--- a/
include/configs/zynq-common.h
+++ b/
include/configs/zynq-common.h
@@
-132,6
+132,9
@@
/* Total Size of Environment Sector */
#define CONFIG_ENV_SIZE (128 << 10)
+/* Allow to overwrite serial and ethaddr */
+#define CONFIG_ENV_OVERWRITE
+
/* Environment */
#ifndef CONFIG_ENV_IS_NOWHERE
# ifndef CONFIG_SYS_NO_FLASH